home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Giga Games 1
/
Giga Games.iso
/
net
/
hack
/
2_3
/
netquest.sh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
1993-06-20
|
224 b
|
16 lines
#!/bin/sh
# SCCS Id: @(#)netquest.sh 1.4 87/08/08
QUESTDIR=/usr/games/lib/questdir
QUEST=$HACKDIR/netquest
MAXNROFPLAYERS=4
cd $QUESTDIR
case $1 in
-s*)
exec $QUEST $@
;;
*)
exec $QUEST $@ $MAXNROFPLAYERS
;;
esac